home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Java / Creator Changer / Creator Changer Project / files / About.txt
Encoding:
Text File  |  2000-09-28  |  1020 b   |  27 lines  |  [TEXT/R*ch]

  1. CreatorChanger 1.0
  2. 11/6/1998
  3.  
  4. This drag and drop Macintosh application contains many examples of various
  5. technologies presented in MRJ EA3 and later.
  6.  
  7. When files and/or folders are dropped on this application, it will recursively
  8. scan folder hierarchies and change the creator of all files of a certain type
  9. to a predetermined value, using the MRJToolkit APIs.
  10.  
  11. Taking advantage of AppleScript for Java, this application provides the potential
  12. to script its functionality.  In its scriptability it presents the option to
  13. specify search file type and target creator information for jobs spawed from
  14. AppleScript.
  15.  
  16. Each drop, or AppleScript command spawns a new job, with a new progress bar, etc.
  17. During its progress it displays and updates a progress bar for each batch, and
  18. allows user interaction.  This is a polished Macintosh application, demonstrating
  19. that good looking, speedy, and useful applications can be written for the
  20. Macintosh in Java.
  21.  
  22. Designed and implemented by,
  23.  
  24. Levi Brown
  25. levi@apple.com
  26. Apple Computer
  27.